Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change translation on the fly #3764

Merged
merged 7 commits into from
Jan 22, 2017
Merged

Change translation on the fly #3764

merged 7 commits into from
Jan 22, 2017

Conversation

kepta
Copy link
Collaborator

@kepta kepta commented Jan 16, 2017

Need to fix the history and map flying to some random area.

cc: @bhousel

@bhousel
Copy link
Member

bhousel commented Jan 16, 2017

awesome, this will unblock #3755 and #3120

  • fix history prompt
  • fix flying to random area
  • fix LTR-RTL stickiness

Copy link
Contributor

@pnorman pnorman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How can I test this?

@@ -228,6 +228,7 @@ export function uiInit(context) {

var mapDimensions = map.dimensions();


Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

extra newline

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fwiw, I've been adding 2 spaces before function blocks and anywhere else I want documentation to go.

@@ -247,6 +248,7 @@ export function uiInit(context) {
};
}


Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

extra newline

@bhousel
Copy link
Member

bhousel commented Jan 19, 2017

How can I test this?

I'm pretty close to merging it, but you can check out this branch and when running, open a developer console call restart with a language code:

  • restart('ru')
  • restart('fr')
  • restart('ar')

etc...

@bhousel bhousel merged commit 8205a3e into master Jan 22, 2017
@bhousel bhousel deleted the quick-translate branch January 22, 2017 03:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants